Function to mark objects and remove killed buffers at once.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 13 Sep 2012 05:18:26 +0000 (09:18 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 13 Sep 2012 05:18:26 +0000 (09:18 +0400)
commit49d840a17c96949907eb645f24830f0b23da27f2
tree08cf596d07b811673aba1a616a40ca3509b5030e
parentd358077bd5a669191372a3f2dfc9094c4f9862b6
Function to mark objects and remove killed buffers at once.
* alloc.c (discard_killed_buffers): Rename to ...
(mark_discard_killed buffers) ... new name.  Add marking
of remaining objects.  Fix comment.  Adjust users.
(mark_object): Do not touch frame buffer lists here.
* frame.c (delete_frame): Reset frame buffer lists here.
src/ChangeLog
src/alloc.c
src/frame.c